GrapeCity SPREAD for WPF 2.0J
Insert メソッド (SpreadCollection<T>)

item を挿入する位置の0から始まるインデックス。
SpreadCollection<T> に挿入するオブジェクト。
SpreadCollection<T> の指定したインデックスに項目を挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As T _
) 
public void Insert( 
   int index,
   T item
)

パラメータ

index
item を挿入する位置の0から始まるインデックス。
item
SpreadCollection<T> に挿入するオブジェクト。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount を超えています。
参照

SpreadCollection<T> クラス
SpreadCollection<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.